home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / write / module / preferences.module < prev    next >
Text File  |  1996-09-18  |  185b  |  21 lines

  1. MODULE Preferences;
  2.  
  3. VAR
  4.   RETSTR : STRING;
  5.  
  6. MENU $menu1;
  7.  
  8. ITEM $item1_1 "-"
  9.   GlobalPrefs
  10. END;
  11.  
  12. ITEM $item1_2 "+"
  13.   ConfigPrefs
  14. END;
  15.  
  16. ITEM $item1_3 ""
  17.   GetFont
  18. END;
  19.  
  20. END Preferences.
  21.